home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_oth / tm480 / tmexam.exe / TEST.TSK < prev    next >
Text File  |  1991-09-10  |  1KB  |  40 lines

  1. ; Title   : TEST.TSK                    Last Updated : February 8, 1991
  2. ; Author  : Steve Johnson - FmP.        Version      : 1.00
  3. ; Purpose : Simple task referenced by TMDEV.TSK fo users to edit
  4. ; Notes   : The form NO_FORMS is located in LOGON.OVR which is initially open.
  5. ;         : This task does not have any data!
  6.  
  7. end     ;end marks the end of data
  8.  
  9. forms logon.ovr ;in case /q and not registered
  10. lookfor test.ovr
  11. if not found
  12.   put "NO_FORMS"
  13.   stop
  14. fi
  15. put "TESTCARD"
  16. forms test.ovr  ;open the forms file (if it exists! )
  17.  
  18. put "TEST"      ;display the form called "TEST" wait for a key by default
  19.  
  20. stop            ;Return to what ever called you
  21. endtask         ;there are no more Tasmkaster commands
  22.  
  23. @vid
  24. @df test
  25. @draw
  26. =R=
  27.    >C<
  28.      This  is a form called TEST.   It  is 
  29.      defined  in TEST.TSK.  Once  TEST.TSK 
  30.      has been processed by SCR.EXE and  an 
  31.      output   or   "forms"   file   called 
  32.      TEST.OVR  has been created, the  form 
  33.      may be displayed by Taskmaster  using 
  34.      the PUT command.
  35.                                          >C<
  36.                                             =R=
  37. @end
  38. @eof
  39.  
  40.